Remove stray semicolons.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Apr 2004 14:06:38 +0000 (14:06 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 5 Apr 2004 14:06:38 +0000 (14:06 +0000)
gpsbabel/csv_util.h

index 197b5884270ccab951a70470d3ececea08b5e8ba..e1e12cb169b1530680fba42971682b518383f1b8 100644 (file)
@@ -24,7 +24,7 @@ char *
 csv_stringtrim(const char *string, const char *enclosure, int strip_max);
 #else
 CSV_STRINGTRIM(const char *string, const char *enclosure, int strip_max, DEBUG_PARAMS);
-#define csv_stringtrim( s, e,m ) CSV_STRINGTRIM( s, e, m, __FILE__, __LINE__);
+#define csv_stringtrim( s, e,m ) CSV_STRINGTRIM( s, e, m, __FILE__, __LINE__)
 #endif
 
 char *
@@ -35,7 +35,7 @@ char *
 csv_stringclean(const char *string, const char *chararray);
 #else
 CSV_STRINGCLEAN(const char *string, const char *chararray,DEBUG_PARAMS);
-#define csv_stringclean(s,c) CSV_STRINGCLEAN(s,c,__FILE__,__LINE__);
+#define csv_stringclean(s,c) CSV_STRINGCLEAN(s,c,__FILE__,__LINE__)
 #endif
 
 void